home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / business / loan30.zip / README.TXT < prev   
Text File  |  1992-09-06  |  3KB  |  74 lines

  1.                      LOAN PROGRAM VERSION 3.0
  2.                          
  3.                               By
  4.  
  5.                         Duane D. Becker
  6.                        2419 Cochin Street
  7.                      Grand Island, NE 68801
  8.  
  9.  
  10. This program is written for Microsoft Windows using Microsoft Visual 
  11. Basic.  To run the program create an application icon in Windows, 
  12. or execute it from File Manager.  The Visual Basic run-time file 
  13. (VBRUN100.DLL) needs to be in the same directory with LOAN30D.EXE or 
  14. in your path.  It will run on any IBM compatible computer using
  15. Microsoft Windows Version 3.0 or 3.1 in normal or enhanced mode.
  16.  
  17. If you do not already have the run-time library, then you will need 
  18. to obtain it.  It is available on most bulletin boards.  If you can't
  19. find it elsewhere then download LOAN20VB.ZIP from the File Shack BBS
  20. at (308)384-1395.
  21.  
  22. The unregistered program is exactly the same as a registered copy except 
  23. that the "View with Notepad" option has been disabled for loan
  24. terms exceeding 2 years.  The printed report indicates that it is an 
  25. unregisted copy and includes an order form for registration. Loan files
  26. can be saved and re-opened at a later time.
  27.  
  28. You have the option of entering the Loan Amount, Interest Rate, and
  29. Term and have the program calculate the Monthly Payment, or entering
  30. a Payment and have the program calculate a Loan Amount for that 
  31. Payment.
  32.  
  33. An option is provided to have the interest totals calculated for each
  34. year or to have the interest totals accumulate throughout the term of
  35. the loan.
  36.  
  37. Version 3.0 has added the capability to calculate variable rate loans,
  38. and to make additional payments on the loan.
  39.  
  40. A registered copy of the program may be obtained for only $25.00 by
  41. using the order form provided with the on-line help.  Select the order
  42. form from the on-line help and then print it using "print topic" or 
  43. use the Order Form that is included with any printed report. 
  44.  
  45. Please distribute the unregistered copy to anyone you know who may be 
  46. interested in it. 
  47.  
  48.  
  49. ----------------------------------------------------------------------------
  50.  
  51. The following procedure is suggested  for installation on your hard drive.
  52.     1) Make a sub directory on your hard drive such as \LOAN30.   You can do
  53.        this at the DOS prompt by typing  "MD \LOAN30",  or you can make a 
  54.        directory using the Windows File Manager.
  55.  
  56.    2) Copy the files from the floppy disk to the new directory.  You can do
  57.       this at the DOS prompt by typing "COPY  A:*.*  C:\LOAN30\*.* " if your
  58.       loan directory is on drive C, or  you can copy the files from the 
  59.       floppy disk using Windows File Manager.
  60.  
  61.    3) Make an application icon.  Enter Windows Program Manager and  
  62.       "Restore" the "Applications" program group.  Then click "New" from
  63.       the "File" menu.   Select "Program Item" and click the "OK" button.
  64.       Enter "Loan 3.0" in the "Description" text field.   
  65.       Enter "C:\LOAN20\LOAN30D.EXE" in the "Command Line" text field.  
  66.       Then, click the "OK" button.
  67.  
  68.    
  69.  
  70. ----------------------------------------------------------------------------
  71.  
  72.  
  73.  
  74.